From 49c48546c870167f6a3af9bfdab631f8e8ccce4a Mon Sep 17 00:00:00 2001 From: Patricia Santana Cruz Date: Mon, 28 Feb 2011 17:54:31 +0100 Subject: [PATCH] Removed incorrect description's sentence. Description was wrong when it explained: "The two areas are separated by a GtkHSeparator.". These separators are not used any more. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=643496 --- gtk/gtkdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 228aab354c..17f9fcc09f 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -56,7 +56,7 @@ * be packed. The bottom area is known as the * action_area. This is generally used for * packing buttons into the dialog which may perform functions such as - * cancel, ok, or apply. The two areas are separated by a #GtkHSeparator. + * cancel, ok, or apply. * * #GtkDialog boxes are created with a call to gtk_dialog_new() or * gtk_dialog_new_with_buttons(). gtk_dialog_new_with_buttons() is -- 2.30.2